Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make private_endpoint_label unique per test run of TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample #12523

Conversation

SarahFrench
Copy link
Contributor

@SarahFrench SarahFrench commented Dec 9, 2024

Final, final PR to close hashicorp/terraform-provider-google#19983

TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample currently fails with:

------- Stdout: -------
=== RUN   TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample
=== PAUSE TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample
=== CONT  TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample
    resource_oracle_database_autonomous_database_generated_test.go:98: Step 1/2 error: Error running apply: exit status 1
        Error: Error waiting to create AutonomousDatabase: Error waiting for Creating AutonomousDatabase: Error code 3, message: generic::invalid_argument: InvalidParameter: Provisioning Autonomous Database failed Cause: Operation failed because a private endpoint with the specified hostname prefix testhost already exists in the tenancy. Specify a different hostname prefix and try again.
          with google_oracle_database_autonomous_database.myADB,
          on terraform_plugin_test.tf line 2, in resource "google_oracle_database_autonomous_database" "myADB":
           2: resource "google_oracle_database_autonomous_database" "myADB"{
--- FAIL: TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample (612.81s)
FAIL

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.


@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Dec 9, 2024
@modular-magician modular-magician added service/oracledatabase and removed awaiting-approval Pull requests that need reviewer's approval to run presubmit tests labels Dec 9, 2024
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 2 files changed, 3 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 2 files changed, 3 insertions(+), 2 deletions(-))
Open in Cloud Shell: Diff ( 1 file changed, 1 insertion(+), 1 deletion(-))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 14
Passed tests: 13
Skipped tests: 0
Affected tests: 1

Click here to see the affected service packages
  • oracledatabase

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

@SarahFrench SarahFrench marked this pull request as ready for review December 9, 2024 11:03
@github-actions github-actions bot requested a review from BBBmau December 9, 2024 11:04
Copy link

github-actions bot commented Dec 9, 2024

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

@BBBmau, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants